open-with-dialog: remove old declarations
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 18 Nov 2010 10:56:31 +0000 (11:56 +0100)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 23 Nov 2010 15:51:40 +0000 (16:51 +0100)
gtk/gtkopenwithdialog.h

index d566bfbab5de153f6333a59ec58d14f1d6532c47..83671846e540bf2307291f48a164239d7b25f72b 100644 (file)
@@ -65,18 +65,6 @@ struct _GtkOpenWithDialogClass {
   gpointer padding[16];
 };
 
-/**
- * GtkOpenWithDialogMode:
- * @GTK_OPEN_WITH_DIALOG_MODE_SELECT_ONE: the dialog is used for a single file
- * or content type; a checkbox can be used to remember the selection for all similar items.
- * @GTK_OPEN_WITH_DIALOG_MODE_SELECT_DEFAULT: the dialog is used to set a default
- * application for a given file, or content type.
- */
-typedef enum {
-  GTK_OPEN_WITH_DIALOG_MODE_SELECT_ONE,
-  GTK_OPEN_WITH_DIALOG_MODE_SELECT_DEFAULT
-} GtkOpenWithDialogMode;
-
 GType      gtk_open_with_dialog_get_type (void) G_GNUC_CONST;
 
 GtkWidget * gtk_open_with_dialog_new (GtkWindow *parent,
@@ -86,10 +74,6 @@ GtkWidget * gtk_open_with_dialog_new_for_content_type (GtkWindow *parent,
                                                       GtkDialogFlags flags,
                                                       const gchar *content_type);
 
-void gtk_open_with_dialog_set_show_set_as_default_button (GtkOpenWithDialog *self,
-                                                         gboolean show_button);
-gboolean gtk_open_with_get_show_set_as_default_button (GtkOpenWithDialog *self);
-
 GtkWidget * gtk_open_with_dialog_get_widget (GtkOpenWithDialog *self);
 
 #endif /* __GTK_OPEN_WITH_DIALOG_H__ */